home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Developer Utilities / Installer 4.0.3 SDK / Script Examples / Action Atoms [inaa] Example / ExtLibraryRoutines.c < prev    next >
Encoding:
Text File  |  1994-11-15  |  690 b   |  24 lines  |  [TEXT/MPS ]

  1. //
  2. //    ExtLibraryRoutines.c
  3. //
  4. //        ExtLibraryRoutines.c
  5. //
  6. //            The purpose of this file is to consolidate
  7. //            all the Installer external routines into one
  8. //            library that can be linked to the action atom
  9. //            object file. Please note that these external
  10. //            routines were introduced with the 4.0 action
  11. //            atom format ( format2 ). Earlier formats of the
  12. //            action atom do not support these external routines.
  13. //
  14. //        Kevin Aitken - 08/08/94
  15. //
  16. //        Copyright 1993-1994, Apple Computer, Inc., All Rights Reserved
  17. //
  18.  
  19. #include "CallbackDispatcherHeader.h"
  20. #include "ActionAtomCBGlue.c"
  21. #include "ActionHandlerCBGlue.c"
  22. #include "AtomExtenderCBGlue.c"
  23. #include "InstallerMemoryCBGlue.c"
  24.